home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 1.iso
/
pc
/
data
/
m19.dir
/
00016.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
261 b
|
11 lines
on mouseDown
global gCurrentSlide, gPreviousMenu
set the castNum of sprite 9 to cast "era1"
if pressButton(9) then
pupSprites(1, 48, 0)
set gCurrentSlide to 1
set gPreviousMenu to "frame" && QUOTE & "index" & QUOTE
go("eras")
end if
end